home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / Ashampoo AntiVirus 1.61 / ashampoo_antivirus161_sm.exe / {app} / AshAV.gadget / css / settings.css < prev   
Text (UTF-16)  |  2007-07-25  |  2KB  |  62 lines

  1.  
  2. body
  3.     width: 240px;
  4.     height: 380px;
  5.     font-family: 'Segoe UI', Tahoma, Sans-Serif;
  6.     margin: 0px;
  7. }
  8.  
  9. .setting
  10. {
  11.     font-family: Tahoma; 
  12.     font-size: 8pt;
  13.     color:black;
  14. }
  15.  
  16. .settingSmall
  17. {
  18.     font-family: Tahoma; 
  19.     font-size: 7pt;
  20.     color:black;
  21. }
  22.  
  23. .settingLink
  24. {
  25.     font-family: Tahoma; 
  26.     font-size: 7pt;
  27.     color:blue;
  28. }
  29.  
  30. .settingTitle
  31. {
  32.     font-family: Tahoma; 
  33.     font-size: 7pt;
  34.     color:black;
  35.     font-weight:bold;
  36. }
  37.  
  38. #settingsButtonTable
  39. {
  40.     font-size: 12px;
  41. }
  42. #currentIndex
  43. {
  44.      width: 15px;
  45.      text-align: center;
  46. }
  47. #maxIndex
  48. {
  49.      width: 15px;
  50.      text-align: center;
  51. }
  52. a
  53. {
  54.     color:#0066cc;
  55.     text-decoration:none;
  56. }
  57. a:hover
  58. {
  59.     color:#3399ff;
  60.     text-decoration:none;
  61. }